[INFO] cloning repository https://github.com/dandels/dmodman
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dandels/dmodman" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdandels%2Fdmodman", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdandels%2Fdmodman'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 08193537dad04d764ec14902c5a8f9155dc4d276
[INFO] testing dandels/dmodman against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdandels%2Fdmodman" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dandels/dmodman
[INFO] finished tweaking git repo https://github.com/dandels/dmodman
[INFO] tweaked toml for git repo https://github.com/dandels/dmodman written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dandels/dmodman on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dandels/dmodman already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61be2ab42aaddc0c7305b301caff9ce58f2c5422ed423e6676f172bf00e1fafc
[INFO] running `Command { std: "docker" "start" "-a" "61be2ab42aaddc0c7305b301caff9ce58f2c5422ed423e6676f172bf00e1fafc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61be2ab42aaddc0c7305b301caff9ce58f2c5422ed423e6676f172bf00e1fafc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61be2ab42aaddc0c7305b301caff9ce58f2c5422ed423e6676f172bf00e1fafc", kill_on_drop: false }`
[INFO] [stdout] 61be2ab42aaddc0c7305b301caff9ce58f2c5422ed423e6676f172bf00e1fafc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2075536563bd0a0d3134ab997140c1ca0c2848b24f3b76fe9ac9c736cc5aeb07
[INFO] running `Command { std: "docker" "start" "-a" "2075536563bd0a0d3134ab997140c1ca0c2848b24f3b76fe9ac9c736cc5aeb07", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling bytes v1.8.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling serde v1.0.213
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling thiserror v1.0.65
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling numtoa v0.2.4
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling compact_str v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling termion v4.0.3
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling shellexpand v3.1.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling zstd v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.213
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]    Compiling tokio v1.41.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling uuid v1.11.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling dmodman v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling tui-textarea v0.7.0
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]    Compiling signal-hook-tokio v0.3.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling hyper v1.5.0
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.8
[INFO] [stdout] warning: struct `Games` is never constructed
[INFO] [stdout]  --> src/api/nexus_api/games.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Games {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GameInfo` is never constructed
[INFO] [stdout]  --> src/api/nexus_api/games.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct GameInfo {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category` is never constructed
[INFO] [stdout]   --> src/api/nexus_api/games.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | struct Category {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
[INFO] running `Command { std: "docker" "inspect" "2075536563bd0a0d3134ab997140c1ca0c2848b24f3b76fe9ac9c736cc5aeb07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2075536563bd0a0d3134ab997140c1ca0c2848b24f3b76fe9ac9c736cc5aeb07", kill_on_drop: false }`
[INFO] [stdout] 2075536563bd0a0d3134ab997140c1ca0c2848b24f3b76fe9ac9c736cc5aeb07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e22a8b7ef6b9408ef5740e5410bf5ad52843cfaa24ee8694f6c6543e02ab7aa2
[INFO] running `Command { std: "docker" "start" "-a" "e22a8b7ef6b9408ef5740e5410bf5ad52843cfaa24ee8694f6c6543e02ab7aa2", kill_on_drop: false }`
[INFO] [stderr]    Compiling dmodman v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Games` is never constructed
[INFO] [stdout]  --> src/api/nexus_api/games.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Games {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GameInfo` is never constructed
[INFO] [stdout]  --> src/api/nexus_api/games.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct GameInfo {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Category` is never constructed
[INFO] [stdout]   --> src/api/nexus_api/games.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | struct Category {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.39s
[INFO] running `Command { std: "docker" "inspect" "e22a8b7ef6b9408ef5740e5410bf5ad52843cfaa24ee8694f6c6543e02ab7aa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e22a8b7ef6b9408ef5740e5410bf5ad52843cfaa24ee8694f6c6543e02ab7aa2", kill_on_drop: false }`
[INFO] [stdout] e22a8b7ef6b9408ef5740e5410bf5ad52843cfaa24ee8694f6c6543e02ab7aa2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d6c82934c5123bcedf80f0cd7c67ee69c130e5b35ddeb290eaacf3f83aedfc3d
[INFO] running `Command { std: "docker" "start" "-a" "d6c82934c5123bcedf80f0cd7c67ee69c130e5b35ddeb290eaacf3f83aedfc3d", kill_on_drop: false }`
[INFO] [stderr] warning: struct `Games` is never constructed
[INFO] [stderr]  --> src/api/nexus_api/games.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct Games {
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GameInfo` is never constructed
[INFO] [stderr]  --> src/api/nexus_api/games.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub struct GameInfo {
[INFO] [stderr]   |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Category` is never constructed
[INFO] [stderr]   --> src/api/nexus_api/games.rs:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 | struct Category {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `dmodman` (bin "dmodman" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dmodman-b8dd2178461488a6)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test api::downloads::nxm_url::tests::expired_nxm ... ok
[INFO] [stdout] test api::nexus_api::search::tests::search_query_format ... ok
[INFO] [stdout] test config::tests::absolute_paths ... ignored
[INFO] [stdout] test config::tests::append_profile_to_dirs ... ignored
[INFO] [stdout] test config::tests::default_config ... ignored
[INFO] [stdout] test config::tests::expand_complex_path ... ignored
[INFO] [stdout] test config::tests::expand_tilde ... ignored
[INFO] [stdout] test config::tests::expand_env_variable ... ok
[INFO] [stdout] test config::tests::profile_specific_install_dir ... ignored
[INFO] [stdout] test config::tests::relative_paths ... ignored
[INFO] [stdout] test api::nexus_api::download_link::tests::deserialize_single_link ... ok
[INFO] [stdout] test cache::cacheable::tests::read_cached_mod_info ... ok
[INFO] [stdout] test api::nexus_api::download_link::tests::deserialize_link_array ... ok
[INFO] [stdout] test config::tests::read_apikey ... ok
[INFO] [stdout] test config::tests::modfile_exists ... ok
[INFO] [stdout] test util::format::tests::human_readable ... ok
[INFO] [stdout] test cache::cacheable::tests::read_cached_file_list ... ok
[INFO] [stdout] test cache::test::load_file_details ... ok
[INFO] [stdout] test util::format::tests::endpoint_format ... ok
[INFO] [stdout] test api::query::tests::block_test_request ... ok
[INFO] [stdout] test api::update_checker::tests::up_to_date ... ok
[INFO] [stdout] test api::update_checker::tests::out_of_date ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d6c82934c5123bcedf80f0cd7c67ee69c130e5b35ddeb290eaacf3f83aedfc3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6c82934c5123bcedf80f0cd7c67ee69c130e5b35ddeb290eaacf3f83aedfc3d", kill_on_drop: false }`
[INFO] [stdout] d6c82934c5123bcedf80f0cd7c67ee69c130e5b35ddeb290eaacf3f83aedfc3d
